Skip to content

fix(deps, agent-service): bump the agent-service-patch group in /agent-service with 2 updates#6223

Open
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/bun/agent-service/agent-service-patch-d4424b986a
Open

fix(deps, agent-service): bump the agent-service-patch group in /agent-service with 2 updates#6223
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/bun/agent-service/agent-service-patch-d4424b986a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the agent-service-patch group in /agent-service with 2 updates: @ai-sdk/openai and ai.

Updates @ai-sdk/openai from 4.0.7 to 4.0.8

Release notes

Sourced from @​ai-sdk/openai's releases.

@​ai-sdk/openai@​4.0.8

Patch Changes

  • b51ed36: Send inline image file parts in OpenAI chat requests as data URLs instead of bare base64 strings.
Changelog

Sourced from @​ai-sdk/openai's changelog.

4.0.8

Patch Changes

  • b51ed36: Send inline image file parts in OpenAI chat requests as data URLs instead of bare base64 strings.
Commits

Updates ai from 7.0.15 to 7.0.16

Release notes

Sourced from ai's releases.

ai@7.0.16

Patch Changes

  • a8f9b6d: Preserve signed tool approval metadata when recording approval responses.
Changelog

Sourced from ai's changelog.

7.0.16

Patch Changes

  • a8f9b6d: Preserve signed tool approval metadata when recording approval responses.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the agent-service-patch group in /agent-service with 2 updates: [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) and [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai).


Updates `@ai-sdk/openai` from 4.0.7 to 4.0.8
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/openai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai@4.0.8/packages/openai)

Updates `ai` from 7.0.15 to 7.0.16
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@7.0.16/packages/ai)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 4.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: agent-service-patch
- dependency-name: ai
  dependency-version: 7.0.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: agent-service-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 7, 2026
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Automated Reviewer Suggestions

Based on the git blame history of the changed files, we recommend the following reviewers:

  • No candidates found from git blame history.

@codecov-commenter

codecov-commenter commented Jul 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.54%. Comparing base (27f145a) to head (a2353f8).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #6223      +/-   ##
============================================
- Coverage     60.73%   60.54%   -0.19%     
+ Complexity     3363     3353      -10     
============================================
  Files          1135     1133       -2     
  Lines         44188    44068     -120     
  Branches       4830     4818      -12     
============================================
- Hits          26837    26681     -156     
- Misses        15892    15937      +45     
+ Partials       1459     1450       -9     
Flag Coverage Δ *Carryforward flag
access-control-service 70.00% <ø> (ø) Carriedforward from 094e118
agent-service 44.59% <ø> (ø)
amber 65.97% <ø> (-0.14%) ⬇️ Carriedforward from 094e118
computing-unit-managing-service 0.00% <ø> (ø) Carriedforward from 094e118
config-service 52.30% <ø> (ø) Carriedforward from 094e118
file-service 63.97% <ø> (ø) Carriedforward from 094e118
frontend 52.29% <ø> (-0.36%) ⬇️ Carriedforward from 094e118
notebook-migration-service 78.57% <ø> (ø) Carriedforward from 094e118
pyamber 91.17% <ø> (-0.02%) ⬇️ Carriedforward from 094e118
workflow-compiling-service 55.14% <ø> (ø) Carriedforward from 094e118

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Agent Service (Bun/TypeScript) runtime dependencies to incorporate upstream patch fixes from Vercel’s AI SDK packages.

Changes:

  • Bump @ai-sdk/openai from 4.0.7 to 4.0.8.
  • Bump ai from 7.0.15 to 7.0.16.
  • Regenerate/update bun.lock to reflect the new resolved versions and integrity hashes.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
agent-service/package.json Updates the declared dependency versions for @ai-sdk/openai and ai.
agent-service/bun.lock Updates the lockfile entries (resolved versions + shas) to match the new dependency versions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent-service dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants